Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 3 - Page Formatting and Dialog Box Customization / Page Formatting and Dialog Box Customization Reference
Constants and Data Types for Job Collection Items


File-Destination Information

The collection item ID for file-destination information is defined in the following enumeration:

enum { gxFileDestinationTag = 'dest' };   
QuickDraw GX stores file-destination information in the file-destination information structure:

struct gxFileDestinationInfo {
   Boolean toFile;         
};
Field Description
toFile
A Boolean value indicating whether the user wants to print a document to a file. When the user chooses File in the Destination pop-up menu in the Print dialog box, the toFile field contains true. When the user chooses Printer, the toFile field contains false.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help